home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / DE_OTPalettes / MathPalette / Start < prev    next >
Encoding:
Text File  |  1992-08-03  |  160 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. echo "Making /LocalPalettes directory"
  4. mkdirs /LocalPalettes
  5. echo "Making /LocalLibrary/Documentation directory"
  6. mkdirs /LocalLibrary/Documentation
  7.  
  8.